home *** CD-ROM | disk | FTP | other *** search
/ Network PC / Network PC.iso / amiga utilities / graphics / conversion / metaview / metaview.doc < prev    next >
Encoding:
Text File  |  1997-11-21  |  12.0 KB  |  372 lines

  1. MetaView 2.2
  2.  
  3.  
  4. REQUIREMENT:  - any Amiga
  5.               - OS 2.x (only tested with 3.0)
  6.               - 1 MB RAM or better (more than 0.5 MB free ChipMem)
  7.               - for Kick 3.x, the 'tabs.gadget' (included)
  8.               - for Kick 3.1, maybe the new 'SetPatch' (included)
  9.  
  10. INSTALLATION:
  11.   - doubleclick the install-icon.
  12. or
  13.   - copy the 'libs/amigametaformat.library' to 'libs:'
  14.   - create the drawer 'libs:AMF/'
  15.   - copy all files from 'libs/AMF/' to 'libs:AMF/'
  16.   - copy from 'libs/gadgets/tabs.gadget' to 'sys:classes/gadgets/'
  17. or
  18.   - doubleclick the test-icon and install later
  19.  
  20.  
  21. WHAT IS IT?
  22.   Programm to view and convert
  23.   * WMF files (also embeded in Windows(tm) CLP files)
  24.   * AMF files
  25.   * DXF files
  26.   * DR2D files
  27.   * XFIG files (version 3.0 or 3.1)
  28.   * WPG files (version 1.0)
  29.   * GEM files (work in progress, need examples)
  30. to
  31.   * ILBM
  32.   * AMF
  33.   * CGM
  34.   * GEM
  35.   * DR2D
  36.   * HPGL
  37.   * EPS
  38.   * AI
  39.  
  40.   There is also a menu item for open CDR-files, this is only for testing and
  41.   can extract the preview picture. 'preview.bmp' can be found in 't:' dir.
  42.  
  43.  
  44. SHAREWARE:
  45.   This MetaView are shareware. If you use this programm regulary you must pay
  46.   30,- DM (20 $) to me. After this you get the newest version from MetaView
  47.   and the keyfile. Without the keyfile you can`t save your pictures with
  48.   ARexx.
  49.   For bank account and my address, please look at the end of file.
  50.   The executable are freely distributable, only the keyfile "keyfile.metaview"
  51.   are not freely distributable without permission from me.
  52.   To get the newer versions from MetaView, bugfixes etc. please look at
  53.   "Aminet:gfx/conv/" or you send me a empty disk and a franked and filled
  54.   return envelop.
  55.  
  56.  
  57. BUGS:
  58.   - Not all WMF-codes are supported, but the most WMF-files should work.
  59.   - In this version MetaView can`t display and convert any included BitMaps!!!
  60.   - If you find a bug on startup and own Kick 3.1, please install the new
  61.     SetPatch 43.5 and try again.
  62.   - If you find any other bug please feel free to send me a mail with the
  63.     following dates:
  64.     - your configuration
  65.     - in which cases the bug appears
  66.     - if there only appears on some gfx files, then please send me also the
  67.       gfx files
  68.  
  69.   I TAKE NO WARRANTLY FOR ANY DAMAGES ON YOUR SYSTEM!
  70.  
  71.  
  72. START:
  73.   This programm is startable from Workbench or CLI.
  74.   For start from Workbench just doubleclick the icon.
  75.   For start from CLI just type in the consolewindow 'MetaView'. You can
  76.   give some options:
  77.  
  78.   - LOADNAME    the gfx-file to view
  79.  
  80.   - SAVENAME    the gfx-file to save, for converting, if you have give a
  81.                 SAVENAME, then the program will not open the window to show
  82.                 the gfx-file.
  83.  
  84.   - LOAD/K      force to load the gfx-file as AMF,WMF,CDR,DR2D,WPG,CLP, if
  85.                 you dont use this option, the program look for the filetype
  86.                 alone.
  87.  
  88.   - SAVE/K      save the gfx-file as AMF,EPS,CGM,GEM,WW,ILBM,AMF2 or PRT
  89.                 AMF  - AmigaMetaFileFormat
  90.                 EPS  - Encapsulated PostScript
  91.                 CGM  - Computer Graphics Metafile
  92.                 GEM  - GEM Metafile
  93.                 WW   - WordWorth-ARexx-script
  94.                 ILBM - Interleaved Bitmap
  95.                 AMF2 - AMF with previewpicture (* not yet *)
  96.                 PRT  - Printer
  97.                 DR2D - Drawing 2D
  98.                 HPGL - HP Graphics Language
  99.                 CLIP - copy to ClipBoard unit 0
  100.                 AI   - Adobe Illustrator
  101.     if you dont use this option, then you get AMF-files
  102.  
  103.   - WIDTH/K/N   for ILBM, CLIP and PRT the WIDTH of output (ILBM - pixels,
  104.                 PRT - mm)
  105.  
  106.   - HEIGHT/K/N  for ILBM, CLIP and PRT the HEIGHT
  107.  
  108.   - XOFF/K/N    for PRINTER the x-position in mm
  109.  
  110.   - YOFF/K/N    for PRINTER the y-position in mm
  111.  
  112.   - DEPTH/K/N   Depth for ILBM, CLIP and PRT output
  113.   
  114.   - ERRORS/S    writeout debug informations, make a big decrease of the speed
  115.                 of fileparsing
  116.  
  117.   - NOPROP/S    no preserve picture-aspect
  118.  
  119.   - TRANSPARENT/S no drawing in background and set color 0 as transparent for
  120.                 ILBM and CLIP output
  121.   
  122.   - NODISPLAY/S MetaView will not open a screen but only create a ARexxPort
  123.                 for background operations
  124.  
  125.   the default options are:
  126.     SAVE   = AMF
  127.     WIDTH  = 640 (ILBM,CLIP) or 50 (PRT)
  128.     HEIGHT = 400 (ILBM,CLIP) or 50 (PRT)
  129.     XOFF   = 0
  130.     YOFF   = 0
  131.     DEPTH  = 4
  132.  
  133.  
  134. AREXX:
  135.   MetaView opens a ARexxPort based on the name "METAVIEW" a point "." and a
  136.   number starting at 0. So if you start MetaView once the ARexxPort name are
  137.   "METAVIEW.0".
  138.   Commands:
  139.   - LOAD             load a gfx-file
  140.       LOADNAME/A       name of gfx-file
  141.       AS/K             force to load gfx-file as AMF,WMF,...
  142.   - SAVE             save a gfx-file
  143.       SAVENAME/A       name of gfx-file
  144.       AS/K             save the gfx-file as AMF,EPS,GEM,CGM,HPGL,DR2D,WW,ILBM,AI
  145.       WIDTH/K/N        pixel width for ILBM output
  146.       HEIGHT/K/N       pixel height for ILBM output
  147.       DEPTH/K/N        depth for ILBM output
  148.   - PRINT            print a gfx-file
  149.       XOFF/K/N         left offset in mm
  150.       YOFF/K/N         right offset in mm
  151.       WIDTH/K/N        width in mm
  152.       HEIGHT/K/N       height in mm
  153.       DEPTH/K/N        depth of printing
  154.   - COPY             copy a gfx-file to clipboard (unit 0)
  155.       WIDTH/K/N        pixel width
  156.       HEIGHT/K/N       pixel height
  157.       DEPTH/K/N        depth
  158.   - SET              set some attributes
  159.       PROP/S           preserve picture-aspect
  160.       NOPROP/S         no preserve picture-aspect
  161.       TRANSPARENT/S    background transparent
  162.       NOTRANSPARENT/S  no transparent
  163.   - REQUESTFILE      ask for a filename (in "result")
  164.       PATH             initial filepath and -name
  165.       TITLE/K          title of requester
  166.       OK/K             string for ok-button
  167.       PATTERN/K        string for pattern
  168.   - REQUESTCHOICE    ask for options    (in "rc")
  169.       TITLE/K          title of requester
  170.       BODY/K           string for question
  171.       BUTTONS/K        string for buttons (seperate with "|")
  172.   - REQUEST          inform the user
  173.       BODY/F           information string
  174.   - QUIT             quit MetaView
  175.  
  176.  
  177. MENU:
  178.   - Project
  179.       - Open
  180.       - Open as
  181.           - AMF
  182.           - WMF
  183.           - CLP
  184.           - DR2D
  185.           - WPG
  186.           - DXF
  187.           - FIG
  188.           - CDR
  189.       - Save as
  190.           - AMF
  191.           - AMF+PIC  /* not yet */
  192.           - ILBM
  193.           - EPS
  194.           - GEM
  195.           - CGM
  196.           - DR2D
  197.           - HPGL
  198.           - WW
  199.           - AI
  200.           - WMF /* not yet */
  201.           - JMF /* not yet */
  202.       - Print
  203.       - About
  204.       - Quit
  205.   - Other
  206.       - Logo         - draw the start picture again
  207.       - Info         - show some picture infos (type, size, version)
  208.       - Copy         - copy the view to clipboard (unit 0)
  209.   - View
  210.       - All          - view the whole picture
  211.       - Region       - let you define a region for zoom
  212.   - Settings
  213.       - Aspect       - preserve picture aspect (proportions) or not
  214.       - Transparent  - draw to background or not (importend for ILBM brush)
  215.       - Change...    - change screentype, -mode, -depth and defaultfonts
  216.  
  217.  
  218. REQUESTERS:
  219.   - Print
  220.       - you can set the print dimension either by numbers (mm) or by drawing
  221.         a rectangle with the mouse (press leftmousebutton and drag)
  222.       - you can set the depth of printing (from black and white to 256 colors)
  223.       - you can suppress the paper ejecting
  224.       - you can switch on a frame outside of picture
  225.   - Save ILBM
  226.       - you can set the picture dimension and the depth
  227.   - Change Settings...
  228.       - you can set either custom- or publicscreen
  229.       - change the name of publicscreen
  230.       - change the screenmode and -depth
  231.       - set the defaultfonts (for serif, sans serif, deco, typewriter, script)
  232.   - Substitute FONT
  233.       - substitute the not existing font either with
  234.         defaultfonts (serif, sans serif, ...) or a special font, selected now
  235.       - press "USE" for using now and in ILBM, PRINT or CLIPBOARD or "INCLUDE"
  236.         for including by save as other formats
  237.  
  238.  
  239. PREFERENCES:
  240.   - Settings saved in env:MetaView.prefs and envarc:MetaView.prefs as ASCII
  241.     and can also edit separate
  242.  
  243.     Defaults:
  244.       SCREENMODE=$8004
  245.       SCREENWIDTH=-1
  246.       SCREENHEIGHT=-1
  247.       SCREENDEPTH=4
  248.       CUSTOMSCREEN=TRUE
  249.       PUBLICSCREEN=Workbench
  250.       SERIF_FONT=Times.font
  251.       SANS_FONT=Helvetica.font
  252.       TYPE_FONT=Courier.font
  253.       SCRIPT_FONT=Times.font
  254.       DECO_FONT=Times.font
  255.  
  256. HISTORY:
  257.   Version 2.2
  258.     NEW
  259.       - Import GEM, Export AI, prepared for WMF and JMF
  260.       - ILBM-export and print are made with stripes for creating pictures
  261.         larger than free chipmem (Geoffrey A. Gass, you want this)
  262.       - zoom function (now you can better read your DXF-files :-)
  263.   Version 2.1
  264.     NEW and FIXED:
  265.       - there was a bug in ILBM-export created in Version 2.0, now fixed
  266.         (thanks to Jon Peterson)
  267.       - include Version in Screentitle and Aboutwindow (also ARexxPort)
  268.         (thanks to Jon Peterson)
  269.       - include ARexx-Examples
  270.       - include 'tabs.gadget' and 'SetPatch' (© Amiga Technologie)
  271.       - ignore comments on start of DXF files
  272.       - faster DXF parsing if $EXTMIN/MAX present
  273.       - WPG files with colors and switch top/down
  274.         (thanks to Andreas Kleinert for WPG-example)
  275.       - no exit if tabs.gadget not found
  276.     CHANGES in 'amigametaformat.library'
  277.       - complete dr2d.driver and hpgl.driver
  278.   Version 2.0
  279.     NEW:
  280.       - change from pd to shareware
  281.       - support Screenmode and PublicScreens
  282.       - support transparent
  283.       - many new Importformats
  284.       - HPGL- and DR2D-export
  285.     FIXED:
  286.       - fixed bug in ILBM-export when width not a multiple from 16
  287.         (thanx to MagicBox Inc.)
  288.       - the long terrible bug, i hope, was not my fault, but an error on
  289.         'mathieeesingbas.library' from Kick 3.1
  290.       - fixed bug in ILBM-export for Kick 2.0
  291.   Version 1.4
  292.     NEW:
  293.       - preserve picture-aspect
  294.         thanks to Geoffrey A. Gass
  295.       - enhanced ILBM-export
  296.       - enhanced printing, also from CLI
  297.     FIXED:
  298.       - Installer-Bug,
  299.         thanks to Geoffrey A. Gass
  300.     CHANGES in 'amigametaformat.library'
  301.       - please look at 'amigametaformat.readme'
  302.   Version 1.3
  303.     NEW:
  304.       - CLI-Arguments
  305.       - batchmode to convert many Cliparts (with s:dpat)
  306.       - automatic gfxtype recognite
  307.     FIXED:
  308.       - Bug with ASL-Requester (mixing file- and pathname),
  309.         thanks to Andreas Kleinert
  310.       - No more 'unexpect End of File' if loading correct WMF,
  311.         thanks to Harry W. Turner II and Geoffrey A. Gass
  312.       - Better colors in WMF-files
  313.     CHANGES in 'amigametaformat.library'
  314.       - please look at 'amigametaformat.readme'
  315.   Version 1.2
  316.     Second public release, first within the AMF-Library.lha.
  317.     NEW:
  318.       - WMF-import
  319.     CHANGES in 'amigametaformat.libary'
  320.       - fix some bugs in CGM-driver with AMF_POLYGON and AMF_FILL_POLY
  321.  
  322.  
  323. Author:
  324.   Henk Jonas
  325.   Zionskirchstrasse 28
  326.   10119 Berlin
  327.   Germany
  328.  
  329.   email: subvcbhd@dattel.zrz.tu-berlin.de
  330.   tel.:  +49 (0)30 4492199
  331.  
  332.   WWW: http://www.cs.tu-berlin.de/~jonash
  333.  
  334.   bank account:
  335.   Name:               Henk Jonas
  336.   Name of bank:       Berliner Sparkasse (Berlin, Germany)
  337.   Number of bank:     100 500 00
  338.   Number of account:  1744 037 104
  339.  
  340.   Please fill out the following form and send it to me:
  341.  
  342.   ---------------- cut here --------------------------
  343.  
  344.   Name:      _________________________________________
  345.  
  346.   Address:   _________________________________________
  347.  
  348.              _________________________________________
  349.  
  350.   Hometown:  _________________________________________
  351.  
  352.   Country:   _________________________________________
  353.  
  354.   EMail:     _________________________________________
  355.  
  356.   Payment:   o Banktransfer (prefered)
  357.              o Money (on your own risk!)
  358.              o Check (payable to me)
  359.  
  360.   Comment:   _________________________________________
  361.  
  362.              _________________________________________
  363.  
  364.   ---------------- cut here --------------------------
  365.  
  366. Thanks:
  367.   - to all peoples, that support the AMIGA
  368.   - to all peoples, that understand my bad english ;-)
  369.   - to my girlfriend and my rat ;-)
  370.   - to all peoples that mail or write me
  371.  
  372.